home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / sams.xml < prev    next >
Text File  |  2002-08-30  |  929b  |  38 lines

  1. <search function="sams">
  2.   <name>Sam Spade Whois Utility</name>
  3.   <description>
  4.     Check internet addresses using SamSpade.org.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>sams amazon.com</td></tr>
  8.       </table>
  9.   </description>
  10.   <category>Computers</category>
  11.   <link>http://www.samspade.org/</link>
  12.   
  13.   <form name="samsf"
  14.         action="http://www.samspade.org/t/lookat"
  15.         method="get">
  16.     <input type="hidden" name="a"/>
  17.   </form>
  18.   
  19.   <script><![CDATA[
  20.     function sams(q)
  21.     {
  22.       if( nullArgs("sams",q) )
  23.         return false;
  24.       else
  25.       {
  26.         document.samsf.a.value = q;
  27.         submitForm(samsf);
  28.       }
  29.     }
  30.   ]]></script>
  31.  
  32.   <copyright>
  33.     Copyright (c) 2002 David Bau
  34.     Distributed under the terms of the
  35.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  36.   </copyright>
  37. </search>
  38.